##   ___________		     _________		      _____  __
##   \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
##    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
##    |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
##    \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
##	  \/		    \/	   \/	     \/		   \/
##  ______________________                           ______________________
##			  T H E   W A R   B E G I N S
##	   FreeCraft - A free fantasy real time strategy game engine
##
##	Makefile	-	The make file (3 level).
##
##	(c) Copyright 1999,2000 by Lutz Sammer
##
##	$Id: Makefile,v 1.4 2000/08/13 16:23:01 johns Exp $
##

TOPDIR	= ../..

include $(TOPDIR)/Rules.make

MODULE  = map

OBJS	= map.$(OE) map_draw.$(OE) ccl_map.$(OE) \
	  map_fog.$(OE) map_rock.$(OE) map_wood.$(OE) map_wall.$(OE) \
	  minimap.$(OE) tileset.$(OE) ccl_tileset.$(OE)

include $(TOPDIR)/Common.mk
